Namespace - LJCDBMessage
Parameters
baseDefinition - The Base DataDefinition columns.
propertyNames - The column property names.
Returns
The DbColumns
collection.
Syntax
C# |
public static DbColumns RequestColumns(DbColumns baseDefinition, List<String> propertyNames = null)
|
Gets Request columns from the baseDefinition using the propertyNames.
Remarks
Generally used in the Load() and Retrieve() manager methods to define
the columns to be retrieved.
Defaults to all baseDefinition columns if the propertyNames parameter
has no values.
Creates a DbColumns collection of column definitions from the
baseDefinition parameter whose PropertyName values match the names in
the propertyNames parameter.
The DbColumn definitions do not include values.
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.